You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Units Namespace
>
Classes
>
Statistics Class
>
Statistics Methods
>
WeibullFit Method
>
Statistics.WeibullFit Method ([In] TVec, out double, out double, int, double)
Dew Stats for .NET
Statistics.WeibullFit Method ([In] TVec, out double, out double, int, double)
Statistics Class
Statistics Members
Dew.Stats.Units Namespace
WeibullFit Method
Collapse All
Calculate parameters for Weibull distributed values using MLE.
Syntax
C#
Visual Basic
public
static
void
WeibullFit
([In]
TVec
X
,
out
double
A
,
out
double
B
,
int
MaxIter
,
double
Tolerance
);
Public
static
Function
WeibullFit
(
X
As
[In]
TVec
,
A
As
out
double
,
B
As
out
double
,
MaxIter
As
Integer
= 500,
Tolerance
= 1E-8)
As
void
Group
WeibullFit Method
Links
Statistics Class
,
Statistics Members
,
Dew.Stats.Units Namespace
,
WeibullFit Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!